Skip to content

Fix tippy tooltip library not loading in production mode#7525

Merged
labkey-jeckels merged 1 commit intoLabKey:release26.3-SNAPSHOTfrom
vagisha:26.3_fb_qc-summary-tippy-missing
Mar 25, 2026
Merged

Fix tippy tooltip library not loading in production mode#7525
labkey-jeckels merged 1 commit intoLabKey:release26.3-SNAPSHOTfrom
vagisha:26.3_fb_qc-summary-tippy-missing

Conversation

@vagisha
Copy link
Contributor

@vagisha vagisha commented Mar 25, 2026

Rationale

tippy tooltip library was not loading on PanoramaWeb-DR after upgrade to LK 26.3, and in production mode (-Ddevmode=false) on my dev machine. The tippy.lib.xml only had mode="dev" entries causing ReferenceError: tippy is not defined in production mode in QCSummaryPanel.js and QCTrendPlotPanel.js.

Related Pull Requests

Changes

  • Added tippy-bundle.umd.min.js for production mode
  • Load popper.min.js in both dev and production modes (must load before tippy-bundle)

@labkey-jeckels labkey-jeckels merged commit 18e6619 into LabKey:release26.3-SNAPSHOT Mar 25, 2026
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants